The Project View is your command center for navigating the application structure. It presents the project as a hierarchical tree, giving you a bird's-eye perspective of every application, model, view, and template in your system.
The project tree organizes your workspace into:
models.py.ihtml template files, organized by purpose[row]
Clicking on a model node opens the Tables Editor. Clicking on a view opens the Views Editor. Double-clicking on a template opens the Template Editor. The Project View is the hub from which all other developer tools are reached.
Press Ctrl+F to search across all project elements:
- Model names and field definitions
- View configurations and URL patterns
- Template filenames and their contents
- Menu labels and URL targets
Search results appear as a filtered tree, letting you jump directly to any matching element.